home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Plus
/
Graphics Plus.iso
/
general
/
gems
/
g_gemsi.lha
/
GraphicsGems
/
Sturm
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1992-04-10
|
211 b
|
13 lines
#
# Makefile
#
# command file for make to compile the solver.
solve: main.o sturm.o util.o
cc -o solve main.o sturm.o util.o -lm
clean:
/bin/rm -f main.o sturm.o util.o solve
main.o sturm.o util.o: solve.h